Skip to content

chore(deps): bump the all-dependencies group across 4 directories with 10 updates#1229

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/dogfooding/all-dependencies-c33a580d8a
Open

chore(deps): bump the all-dependencies group across 4 directories with 10 updates#1229
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/dogfooding/all-dependencies-c33a580d8a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the all-dependencies group with 5 updates in the /dogfooding directory:

Package From To
app_links 6.4.1 7.0.0
get_it 8.3.0 9.2.1
go_router 16.3.0 17.2.3
google_fonts 6.3.3 8.1.0
share_plus 11.1.0 12.0.2

Bumps the all-dependencies group with 3 updates in the /packages/stream_video directory: device_info_plus, package_info_plus and internet_connection_checker_plus.
Bumps the all-dependencies group with 1 update in the /packages/stream_video_flutter directory: alchemist.
Bumps the all-dependencies group with 1 update in the /packages/stream_video_push_notification directory: flutter_lints.

Updates app_links from 6.4.1 to 7.0.0

Commits

Updates get_it from 8.3.0 to 9.2.1

Changelog

Sourced from get_it's changelog.

[9.2.1] - 2026-02-19

  • Added AI skill files in skills/ directory for AI coding assistants
  • Added AI-Assisted Development section to README

[9.2.0] - 2025-12-03

  • allReady() now caches its Future and returns the same instance on repeated calls
    • Cache is automatically invalidated when new async singletons are registered
    • This enables watch_it to detect when async registrations change (e.g., after pushNewScope)
  • Fixed: pending async singletons now complete their ready completer when removed via unregister() or scope reset, allowing allReady() to complete properly

[9.1.1] - 2025-11-25

  • Updated example project

[9.1.0] - 2025-11-20

  • Added DevTools extension for visualizing and inspecting GetIt registrations
    • View all registered objects with their type, scope, registration mode, and state
    • See instance details via toString() output for created instances
    • Manual refresh button to update the registration list
    • Requires debugEventsEnabled = true to be set on GetIt instance
    • See README for setup instructions

[9.0.5] - 2025-01-12

  • Use absolute GitHub URL for logo in README

[9.0.4] - 2025-01-12

  • Fixed screenshots description to match working 9.0.1 format

[9.0.3] - 2025-01-12

  • Fixed logo display on pub.dev by using relative path

[9.0.2] - 2025-01-12

  • Fixed button sizing in README for pub.dev display

[9.0.1]

  • Fixed linter error (missing trailing comma in test file)

[9.0.0] - BREAKING CHANGE

  • BREAKING: Disposal order now always follows strict LIFO (Last-In-First-Out) based on registration order
    • Previously, disposal order was based on the order objects appeared in internal hash maps, which was unpredictable when mixing named and unnamed registrations
    • Now all disposals are sorted by registrationNumber (a sequential counter assigned during registration) ensuring true LIFO order

... (truncated)

Commits

Updates go_router from 16.3.0 to 17.2.3

Commits
  • 51f3512 [packages/packages/go_router] Prepare for batch release
  • 3b8c4cb [two_dimensional_scrollables] trailing pinned row/col for TableView (#11519)
  • e212d61 [webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicationWillTe...
  • 5653b5a [google_maps_flutter] Replace use of zIndex in examples and tests (#11572)
  • ff0189e [webview_flutter] Platform implementations for getCookies #11037 (#11386)
  • cde5b36 [file_selector] Switch to Kotlin Pigeon (#11479)
  • 5f14a80 [image_picker] Switch to Kotlin Pigeon (#11504)
  • c05ab81 [quick_actions] Switch to Kotlin Pigeon (#11507)
  • 9b4847f [pigeon] fix: Apply correct ThrowError success callback (#11585)
  • cac0fc5 [video_player_platform_interface] Add video track selection support (#11474)
  • Additional commits viewable in compare view

Updates google_fonts from 6.3.3 to 8.1.0

Commits
  • f347612 [google_font] Move the httpClient from a package level variable to the Config...
  • 8400f71 [Animations] Add support for custom shadows to OpenContainer (#62475) (#11401)
  • 6351fa4 Revert "[webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicati...
  • 4a2091d [go_router] Fix assertion failure on URLs with hash fragments missing leading...
  • 9391572 [webview_flutter_wkwebview] Tear down ProxyAPIRegistrar in `applicationWillTe...
  • 3888c6f Sync release-go_router to main (#11545)
  • 8b09614 [dependabot]: Bump cameraxVersion from 1.5.3 to 1.6.0 in /packages/camera/cam...
  • 810faf6 [go_router_builder] Support custom types (#11068)
  • ac617c1 [google_maps_fluter] Switch to Kotlin Pigeon (#11522)
  • 934ba21 [google_maps_flutter] Fix various Java warnings (#11516)
  • Additional commits viewable in compare view

Updates share_plus from 11.1.0 to 12.0.2

Commits
  • c46ab89 chore(release): prepare for release (#3785)
  • ae6330b fix(share_plus): Avoid crash on iOS during file and text sharing in add-to-ap...
  • b64f663 chore(release): prepare for release (#3701)
  • 42b079b fix(share_plus): Avoid crash on iOS 26 on iPhones with no sharePositionOrigin...
  • 1d29902 chore(release): prepare for release (#3675)
  • 3bd253b fix(share_plus): unable to get the correct result on iOS (#3660)
  • 24363e2 feat(share_plus)!: Change Android compile SDK, update Android build config (#...
  • 72b6234 docs(all): replace MacOS by macOS in package READMEs (#3658)
  • See full diff in compare view

Updates device_info_plus from 12.4.0 to 13.1.0

Commits
  • 6427bc6 chore(release): prepare for release (#3805)
  • 6d73e0d feat(device_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (#...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • 5f93878 feat(device_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3791)
  • See full diff in compare view

Updates package_info_plus from 9.0.1 to 10.1.0

Commits
  • 6427bc6 chore(release): prepare for release (#3805)
  • bed26b5 feat(package_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • See full diff in compare view

Updates internet_connection_checker_plus from 2.9.1+2 to 3.0.0

Release notes

Sourced from internet_connection_checker_plus's releases.

v3.0.0

What's Changed

Full Changelog: OutdatedGuy/internet_connection_checker_plus@v2.9.1+2...v3.0.0

Changelog

Sourced from internet_connection_checker_plus's changelog.

3.0.0

Please read the v3 Migration Guide for details on updating your project.

Breaking Changes

  • feat!: remove dependency on connectivity_plus in c09b432

Other Changes

  • feat: update library to a Dart package in 4267811
  • feat: update default endpoints to more robust ones in 78c54ab
  • fix: 2nd and later listeners never get internet status in 2313d04
  • docs: revamp readme for cleaner documentation in dc47714
  • chore: updated example app to Flutter v3.41.7 in fd3c5e6
Commits
  • af6f028 v3.0.0 (#130)
  • dc47714 docs: revamp readme for cleaner documentation (#129)
  • 4267811 feat: update library to a Dart package (#128)
  • 2313d04 fix: 2nd and later listeners never get internet status (#127)
  • d84cc20 refactor: streamline status update logic and event handling (#126)
  • 78c54ab feat: update default endpoints to more robust ones (#125)
  • c09b432 feat!: remove dependency on connectivity_plus (#124)
  • fd3c5e6 chore: updated example app to Flutter v3.41.7 (#123)
  • d10f57b test: add custom check options for strict internet access validation (#117)
  • f0a4056 v2.9.1+2 (#116)
  • Additional commits viewable in compare view

Updates package_info_plus from 9.0.1 to 10.1.0

Commits
  • 6427bc6 chore(release): prepare for release (#3805)
  • bed26b5 feat(package_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • See full diff in compare view

Updates internet_connection_checker_plus from 2.9.1+2 to 3.0.0

Release notes

Sourced from internet_connection_checker_plus's releases.

v3.0.0

What's Changed

Full Changelog: OutdatedGuy/internet_connection_checker_plus@v2.9.1+2...v3.0.0

Changelog

Sourced from internet_connection_checker_plus's changelog.

3.0.0

Please read the v3 Migration Guide for details on updating your project.

Breaking Changes

  • feat!: remove dependency on connectivity_plus in c09b432

Other Changes

  • feat: update library to a Dart package in 4267811
  • feat: update default endpoints to more robust ones in 78c54ab
  • fix: 2nd and later listeners never get internet status in 2313d04
  • docs: revamp readme for cleaner documentation in dc47714
  • chore: updated example app to Flutter v3.41.7 in fd3c5e6
Commits
  • af6f028 v3.0.0 (#130)
  • dc47714 docs: revamp readme for cleaner documentation (#129)
  • 4267811 feat: update library to a Dart package (#128)
  • 2313d04 fix: 2nd and later listeners never get internet status (#127)
  • d84cc20 refactor: streamline status update logic and event handling (#126)
  • 78c54ab feat: update default endpoints to more robust ones (#125)
  • c09b432 feat!: remove dependency on connectivity_plus (#124)
  • fd3c5e6 chore: updated example app to Flutter v3.41.7 (#123)
  • d10f57b test: add custom check options for strict internet access validation (#117)
  • f0a4056 v2.9.1+2 (#116)
  • Additional commits viewable in compare view

Updates alchemist from 0.12.1 to 0.14.0

Release notes

Sourced from alchemist's releases.

v0.14.0

What's Changed

New Contributors

Full Changelog: Betterment/alchemist@v0.13.0...v0.14.0

v0.13.0

What's Changed

⚠️ Breaking Changes

Betterment/alchemist#165 disabled anti-aliasing on BlockedTextPaintingContext which may change goldens output.

New Contributors

Full Changelog: Betterment/alchemist@v0.12.1...v0.13.0

Changelog

Sourced from alchemist's changelog.

0.14.0

New Contributors

Full Changelog: Betterment/alchemist@v0.13.0...v0.14.0

0.13.0

⚠️ Breaking Changes

Betterment/alchemist#165 disabled anti-aliasing on BlockedTextPaintingContext which may change goldens output.

New Contributors

Full Changelog: Betterment/alchemist@v0.12.1...v0.13.0

Commits
  • 1dfc53c chore: prep v0.14.0 (#178)
  • 571fd7f feat: Support diffThreshold to handle comparison failures that depend on the ...
  • 4ba2121 Update CODEOWNERS to remove a samandmoore (#173)
  • 089eecc fix: loading fonts performance issue (#170)
  • d7ad4bb chore: prep v0.13.0 (#168)
  • d1de06b chore: ensure tests are compatible with all supported Flutter versions (and b...
  • b6c3357 fix: Anti-aliasing cross-platform issue (#165)
  • 2cd7618 fix: push changes in update goldens workflow (#166)
  • 482b78e chore: use git commit instead of git-auto-commit action (#163)
  • e5da5fb ci: use mobile messaging app for Slack notifs (#158)
  • See full diff in compare view

Updates flutter_lints from 2.0.3 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 10 updates

Bumps the all-dependencies group with 5 updates in the /dogfooding directory:

| Package | From | To |
| --- | --- | --- |
| [app_links](https://github.com/llfbandit/app_links) | `6.4.1` | `7.0.0` |
| [get_it](https://github.com/flutter-it/get_it) | `8.3.0` | `9.2.1` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `16.3.0` | `17.2.3` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `6.3.3` | `8.1.0` |
| [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) | `11.1.0` | `12.0.2` |

Bumps the all-dependencies group with 3 updates in the /packages/stream_video directory: [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus), [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) and [internet_connection_checker_plus](https://github.com/OutdatedGuy/internet_connection_checker_plus).
Bumps the all-dependencies group with 1 update in the /packages/stream_video_flutter directory: [alchemist](https://github.com/Betterment/alchemist).
Bumps the all-dependencies group with 1 update in the /packages/stream_video_push_notification directory: [flutter_lints](https://github.com/flutter/packages/tree/main/packages).


Updates `app_links` from 6.4.1 to 7.0.0
- [Release notes](https://github.com/llfbandit/app_links/releases)
- [Commits](https://github.com/llfbandit/app_links/commits)

Updates `get_it` from 8.3.0 to 9.2.1
- [Release notes](https://github.com/flutter-it/get_it/releases)
- [Changelog](https://github.com/flutter-it/get_it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flutter-it/get_it/commits)

Updates `go_router` from 16.3.0 to 17.2.3
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.2.3/packages)

Updates `google_fonts` from 6.3.3 to 8.1.0
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.1.0/packages)

Updates `share_plus` from 11.1.0 to 12.0.2
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v12.0.2/packages/share_plus)

Updates `device_info_plus` from 12.4.0 to 13.1.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v13.1.0/packages/device_info_plus)

Updates `package_info_plus` from 9.0.1 to 10.1.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v10.1.0/packages/package_info_plus)

Updates `internet_connection_checker_plus` from 2.9.1+2 to 3.0.0
- [Release notes](https://github.com/OutdatedGuy/internet_connection_checker_plus/releases)
- [Changelog](https://github.com/OutdatedGuy/internet_connection_checker_plus/blob/main/CHANGELOG.md)
- [Commits](OutdatedGuy/internet_connection_checker_plus@v2.9.1...v3.0.0)

Updates `package_info_plus` from 9.0.1 to 10.1.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v10.1.0/packages/package_info_plus)

Updates `internet_connection_checker_plus` from 2.9.1+2 to 3.0.0
- [Release notes](https://github.com/OutdatedGuy/internet_connection_checker_plus/releases)
- [Changelog](https://github.com/OutdatedGuy/internet_connection_checker_plus/blob/main/CHANGELOG.md)
- [Commits](OutdatedGuy/internet_connection_checker_plus@v2.9.1...v3.0.0)

Updates `alchemist` from 0.12.1 to 0.14.0
- [Release notes](https://github.com/Betterment/alchemist/releases)
- [Changelog](https://github.com/Betterment/alchemist/blob/main/CHANGELOG.md)
- [Commits](Betterment/alchemist@v0.12.1...v0.14.0)

Updates `flutter_lints` from 2.0.3 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: app_links
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: get_it
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: go_router
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: google_fonts
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: share_plus
  dependency-version: 12.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: device_info_plus
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: package_info_plus
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: internet_connection_checker_plus
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: package_info_plus
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: internet_connection_checker_plus
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: alchemist
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 13:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants